Apply patches to unmaintained pieces of software...
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 21 Jul 2004 03:28:42 +0000 (03:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 21 Jul 2004 03:28:42 +0000 (03:28 +0000)
contrib/gdk-pixbuf-xlib/ChangeLog
contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.c

index d50e9617e92d80233b0b5c32e77bd14948a37e8d..a078b5f86f5325cfb43f61c45efd8bdb21db8c5e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jul 20 23:26:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk-pixbuf-xlibrgb.c:  Include config.h first.  (#148034)
+
 Sun Jul 18 20:17:41 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * === released 2.5.0 ==
index 1bf8655148de72713c08239ca27f30e6049f33cc..351e4dae547627514969898fd10e8a13428beef2 100644 (file)
@@ -47,8 +47,6 @@
  * Shawn T. Amundson    <amundson@gtk.org>
 */
 
-#include <math.h>
-
 #if HAVE_CONFIG_H
 #  include <config.h>
 #  if STDC_HEADERS
@@ -61,6 +59,8 @@
 #  include <stdlib.h>
 #endif
 
+#include <math.h>
+
 #define ENABLE_GRAYSCALE
 
 /* include this before so that we can get endian definitions if